home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3702 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.0 KB  |  30 lines

  1. Path: news.Stanford.EDU!usenet
  2. From: danryoku@leland.Stanford.EDU (Scott Wang)
  3. Newsgroups: comp.lang.c++
  4. Subject: Compiling old "C" code with Borland C++ 3.1  HELP
  5. Date: 25 Jan 1996 17:32:49 GMT
  6. Organization: Stanford University
  7. Message-ID: <4e8es1$ge0@nntp.Stanford.EDU>
  8. NNTP-Posting-Host: fore.stanford.edu
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=ISO-8859-1
  11.  
  12.     I'm trying to compile a C program on Borland C++ 3.1 but I'm 
  13. having a little trouble.  I have custom interfaces that I want to 
  14. #include but when I try to run it it gets a linking error:
  15.  
  16. Compiling TIMESORT.C:
  17. Compiling SORT.C:
  18. Linking SORT.EXE:
  19. Linker Warning: No module definition file specified: using defaults
  20. Linker Error: Undefined symbol _RandomInteger in module TIMESORT.C
  21. Linker Error: Undefined symbol _GetBlock in module TIMESORT.C
  22. Linker Error: Undefined symbol _GetInteger in module TIMESORT.C
  23.  
  24. I put my *.h files in the borland "include" directory but it still 
  25. doesn't work.  Does anyone have any ideas?  Please e-mail me your 
  26. suggestions.  Thanks
  27.  
  28. danryoku@leland.Stanford.EDU
  29.  
  30.